const reflect.kindGCProg
9 uses
reflect (current package)
type.go#L436: kindGCProg = 1 << 6 // Type.gc points to GC program
type.go#L2028: if typ.Kind_&kindGCProg != 0 {
type.go#L2047: if typ.Kind_&kindGCProg != 0 {
type.go#L2183: if ft.Kind_&kindGCProg != 0 {
type.go#L2529: typ.Kind_ |= kindGCProg
type.go#L2532: typ.Kind_ &^= kindGCProg
type.go#L2683: array.Kind_ |= typ.Kind_ & kindGCProg
type.go#L2687: case typ.Kind_&kindGCProg == 0 && array.Size_ <= maxPtrmaskBytes*8*goarch.PtrSize:
type.go#L2724: array.Kind_ |= kindGCProg
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |